home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / Twistpad.exe / 0 / RCDATA / TFRMCSINPUTBOX / TFRMCSINPUTBOX.txt
Text File  |  2008-08-19  |  1KB  |  68 lines

  1. object FrmcsInputBox: TFrmcsInputBox
  2.   Left = 357
  3.   Top = 278
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 102
  7.   ClientWidth = 300
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   DesignSize = (
  18.     300
  19.     102)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object LblExp: TLabel
  23.     Left = 8
  24.     Top = 55
  25.     Width = 189
  26.     Height = 42
  27.     Anchors = [akLeft, akTop, akRight]
  28.     AutoSize = False
  29.     Caption = 
  30.       'trasaasfjdsakfjasdlkfjsdlkfjsdlfjslfjalks assfdsadfsadfdfjlaksdf' +
  31.       'das sdafjksdafjsad ksda'
  32.     WordWrap = True
  33.   end
  34.   object LabeledEdit1: TLabeledEdit
  35.     Left = 6
  36.     Top = 27
  37.     Width = 199
  38.     Height = 21
  39.     Anchors = [akLeft, akTop, akRight]
  40.     EditLabel.Width = 50
  41.     EditLabel.Height = 13
  42.     EditLabel.Caption = 'Password:'
  43.     TabOrder = 0
  44.   end
  45.   object Button1: TButton
  46.     Left = 221
  47.     Top = 8
  48.     Width = 69
  49.     Height = 23
  50.     Anchors = [akTop, akRight]
  51.     Caption = '&OK'
  52.     Default = True
  53.     ModalResult = 1
  54.     TabOrder = 1
  55.   end
  56.   object Button2: TButton
  57.     Left = 221
  58.     Top = 37
  59.     Width = 69
  60.     Height = 23
  61.     Anchors = [akTop, akRight]
  62.     Cancel = True
  63.     Caption = '&Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67. end
  68.